domain
Class NegatedConceptAttribute

java.lang.Object
  extended by domain.GeneralConceptAttribute
      extended by domain.NegatedConceptAttribute
All Implemented Interfaces:
Including

public class NegatedConceptAttribute
extends GeneralConceptAttribute


Field Summary
private  AtomicConceptAttribute uc
           
 
Constructor Summary
NegatedConceptAttribute(AtomicConceptAttribute uc)
           
 
Method Summary
 AtomicConceptAttribute getConceptAttribute()
           
 void setConceptAttribute(AtomicConceptAttribute uc)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uc

private AtomicConceptAttribute uc
Constructor Detail

NegatedConceptAttribute

public NegatedConceptAttribute(AtomicConceptAttribute uc)
Method Detail

getConceptAttribute

public AtomicConceptAttribute getConceptAttribute()

setConceptAttribute

public void setConceptAttribute(AtomicConceptAttribute uc)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object